home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gMouseDownScript
- set gMouseDownScript to 1
- hDecreaseSound(2, 128, 255)
- cursor(-1)
- go("demo")
- end
-
- on hDecreaseSound pSoundChannel, pMinVolume, pMaxVolume
- repeat with i = pMaxVolume down to pMinVolume
- set the volume of sound pSoundChannel to i
- updateStage()
- end repeat
- end
-